home *** CD-ROM | disk | FTP | other *** search
/ WINMX Assorted Textfiles / Ebooks.tar / Text - Language - Kant, Immanuel - Introduction To the Metaphysic of Morals (HTM).zip / style.css < prev   
Cascading Style Sheet File  |  1999-12-08  |  2KB  |  153 lines

  1.  
  2. /* Style Sheet for ~sthomas pages */
  3.  
  4. BODY    {
  5.     /*font-family: "Times New Roman", serif;*/
  6.         margin-left: 3em;
  7.     margin-right: 2em;
  8.     color: #000000;
  9.     background: #ffffff;
  10.     }
  11.  
  12. H1,H2,H3,H4,H5,H6 {
  13.     font-family: Arial, sans-serif;
  14.     }
  15.  
  16. P    {
  17.     text-align: justify;
  18.     line-height: 120%;
  19.     }
  20.  
  21. CITE    { /* citations are underlined, not italic */
  22.     text-decoration: underline;
  23.     font-style: normal;
  24.     }
  25.  
  26. PRE, TT, CODE, KBD, SAMP {
  27.     font-family: "Courier New", Courier, monospace;
  28.     }
  29.  
  30. HR    { /* this doesn't work */
  31.     color: #990033;
  32.     background: #ffffff;
  33.     }
  34.  
  35. /* Anchors */
  36.  
  37. A:link    {
  38.     color: #0000ff;
  39.     background: #ffffff;
  40.     text-decoration: none;
  41.     }
  42. A:active {
  43.     color: #ff0000;
  44.     background: #ffffff;
  45.     text-decoration: none;
  46.     }
  47. A:visited {
  48.     color: #990099;
  49.     background: #ffffff;
  50.     text-decoration: none;
  51.     }
  52.  
  53. A.offsite:link { /* this doesn't work on Mac */
  54.     color: green;
  55.     background: #ffffff;
  56.     text-decoration: none;
  57.     }
  58.  
  59. /* Lists */
  60.  
  61. DL,OL,UL {
  62.     text-align: justify;
  63.     line-height: 120%;
  64.     }
  65.  
  66. DL DD    {
  67.     font-size: small;
  68.     }
  69.  
  70. OL LI    {
  71.         list-style-type: decimal;
  72.         }
  73.  
  74. OL OL LI {
  75.         list-style-type: lower-alpha;
  76.         }
  77.  
  78. OL OL OL LI {
  79.         list-style-type: lower-roman
  80.         }
  81.  
  82.  
  83. /* Document sections */
  84.  
  85. DIV.dochead    {
  86.     text-align: center;
  87.     }
  88. DIV.bodytext P    {
  89.     line-height: 120%;
  90.     }
  91. DIV.bodytext DD    {
  92.     font-size: small;
  93.     }
  94. DIV.footnote P    {
  95.     font-size: small;
  96.     text-align: left;
  97.     text-indent: 0;
  98.     }
  99. DIV.navigation    {
  100.     font-size: small;
  101.     text-align: center;
  102.     text-indent: 0;
  103.     }
  104. DIV.navigation P { /* because inheritance doesn't work in Win */
  105.     font-size: small;
  106.     text-align: center;
  107.     text-indent: 0;
  108.     }
  109.  
  110. ADDRESS, DIV.docinfo    {
  111.     font-family: Arial, sans-serif;
  112.     font-size: small;
  113.     color: gray;
  114.     background: #ffffff;
  115.     text-align: left;
  116.     }
  117.  
  118. /* positional classes, e.g. for IMG placement */
  119.  
  120. .left { float: left; }
  121. .right { float: right; }
  122. .center { text-align: center; }
  123. .clear { clear: both; }
  124.  
  125. /* custom classes */
  126.  
  127. .author {
  128.     font-weight: normal;
  129.     font-size: large;
  130.     }
  131.  
  132. .title  {
  133.     font-weight: normal;
  134.     font-size: large;
  135.     font-style: normal; }
  136.  
  137. .note    {
  138.     font-size: small;
  139.     text-align: left;
  140.     text-indent: 0;
  141.         margin-left: 1em;
  142.     /* background: #dfdfdf; */
  143.     }
  144.  
  145. /* classes for Plays */
  146.  
  147. .verse {
  148.     whitespace: pre;
  149.     font-family: "Times New Roman", Times, serif;
  150.     }
  151.  
  152. /* Last update 13 Feb 1999 by Steve Thomas */
  153.